The following tables list the members exposed by the EntityGroupingDao<TEntity, TDataContext> type.

Name Description
Public property Carbonite Gets the carbonite controller that hosts the current DAO and offers data store context to it. (inherited from BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>).
Protected property Entities Routes an entity read request to the underlying Entity Framework data context, so that all TEntity entities are obtained.
Top